home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / LPCView / Source / PWSpectrum.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-07  |  414 b   |  17 lines

  1. /* PWSpectrum.h generated from PWSpectrum.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef PWSPECTRUM_H
  6. #define PWSPECTRUM_H
  7.  
  8. extern void PWSpectinit( void );
  9.  
  10. extern void PWSpectdrawHruler(float nmin, float nmax, float dn, float dx);
  11.  
  12. extern void PWSpectdrawVruler(int nmin, int nmax, int dn, float dy);
  13.  
  14. extern void PWSmeanplotdata(int index, float dx, float yscale);
  15.  
  16. #endif PWSPECTRUM_H
  17.